home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 4 / Mac Giga-ROM 4.0 - 1993.toast / FILES / HYP / E-G / Fractal3.cpt / Fractals / card_2716.txt < prev    next >
Text File  |  1989-02-26  |  989b  |  35 lines

  1. -- card: 2716 from stack: in
  2. -- bmap block id: 4824
  3. -- flags: 0000
  4. -- background id: 6329
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 0000
  11. -- rect: left=14 top=39 right=302 bottom=499
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 5
  16. -- text size: 14
  17. -- style flags: 0
  18. -- line height: 18
  19. -- part name: text
  20.  
  21.  
  22. -- part contents for card part 1
  23. ----- text -----
  24. After MacsBug it was just a matter of time...
  25.  
  26. This stack contains the Fractal XCMD.  The format of the command looks like this, where parameters in brackets are optional, defaulting to the values after the equals sign:
  27.  
  28.      fractal seedh, seedv [, res = 8 [, limit = 32 [, lock = 0]]]
  29.  
  30. seedh and seedv... are the fractal constant
  31. res... is the length of a side of a sample, in pixels
  32. limit... is the maximum number of iterations
  33. lock... determines whether clicking the mouse stops drawing
  34.  
  35. Seedh and seedv are real values, the others are integer.